Sqr

Definition:

Sqr(number)

 

Description:

Obtain the square root of a specified number.

 

Platforms:

All

 

Parameters:

number - required

The number whose square root you want to obtain.

 

Returns:

Square root of the specified number.

 

Notes:

The number supplied as parameter to this Method must be greater than or equal to zero.